From 61573e23645558123297373daa2af8f9e589f132 Mon Sep 17 00:00:00 2001 From: "cl349@arcadians.cl.cam.ac.uk" Date: Wed, 2 Feb 2005 23:06:19 +0000 Subject: [PATCH] bitkeeper revision 1.1159.223.60 (42015cebANp9qR68FaUpAYoMHdrfpQ) console.c: Disable watchdog before doing the 5 second delay before machine restart. Signed-off-by: c@pin.lu --- xen/drivers/char/console.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/drivers/char/console.c b/xen/drivers/char/console.c index 75713575f4..ba4c53f927 100644 --- a/xen/drivers/char/console.c +++ b/xen/drivers/char/console.c @@ -506,6 +506,7 @@ void panic(const char *fmt, ...) __putstr("Reboot in five seconds...\n"); spin_unlock_irqrestore(&console_lock, flags); + watchdog_on = 0; mdelay(5000); machine_restart(0); } -- 2.30.2